-
Notifications
You must be signed in to change notification settings - Fork 245
Add toast notifications & loading message type. #721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Dev -> Main - fixing Publishing behaviour
Added a built in function called toast for longer notifications. Also added message.loading() Please see docs\build-apps\write-javascript\built-in-javascript-functions.md
👷 Deploy request for lowcoder-cloud pending review.Visit the deploys page to approve it
|
👷 Deploy request for lowcoder-test pending review.Visit the deploys page to approve it
|
Oh, this is fantastic. Any chance a User could "style" the Toast Displays? |
Destroys a previous toast based on assigned id.
Added the ability to allow or disallow toasts to be dismissed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for your great contribution! An amazing feature.
We wrote a small documentation for it. https://docs.lowcoder.cloud/lowcoder-documentation/build-applications/app-editor/visual-components/messages-toast |
Proposed changes
Added a built in function called toast for longer notifications.
Also added message.loading()
Please see docs\build-apps\write-javascript\built-in-javascript-functions.md